home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
misc
/
math
/
lifemake.cpt
/
LifeMaker Demo.rsrc
/
LIF1_18073_Triangles
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-16
|
144 b
|
7 lines
RULE Triangles
VAR new
BEGIN
new := center[0] OR north[0] OR east[0] OR west[0]
IF center[0] THEN new := new + 2 END
RETURN new
END